home *** CD-ROM | disk | FTP | other *** search
- Assign amipac:
-
- if not exists Amipac
- if not exists A.x
- makedir amipac
- copy df0:A.x.info AmiPac.info
- cd amipac
- endif
- else
- cd amipac
- endif
-
- AmiSource:WorkDir.amipac > ram:WorkDir
- execute ram:workdir
-
- copy "AmiSource:Text & Tricks#?" AmiPac: quiet
- copy AmiSource:Dme#? AmiPac: quiet
-
- if not exists AmiPac:A.x
- copy "AmiSource:a.x.info" AmiPac: quiet
- makedir AmiPac:a.x
- endif
-
- if not exists AmiPac:Brh's
- copy "AmiSource:Brh's.info" AmiPac: quiet
- makedir AmiPac:Brh's
- endif
-
- if not exists AmiPac:c
- makedir AmiPac:c
- endif
-
- if not exists AmiPac:s
- makedir AmiPac:s
- endif
-
- copy AmiSource:A.x all AmiPac:a.x/ quiet ;directory A.x
- copy AmiSource:Brh's all AmiPac:brh's/ quiet ;directory Brh's
- copy AmiSource:c AmiPac:c/ quiet ;
- copy AmiSource:s AmiPac:s/ quiet ;
-
- delete AmiPac:a.x/floppy quiet
- copy AmiSource:devs/keymaps/#? sys:devs/keymaps/ quiet ;the national keymaps
- copy AmiSource:Am#? AmiPac: quiet ;AmiPac files
- copy AmiSource:FONTS all sys:fonts/ quiet ;directory FONTS
- copy AmiSource:co#? sys: quiet ;file country
-
- cd AmiSource:
- version >NIL: arp.library 40 0
- if warn
- execute :S/move :libs/arp.library libs:
- endif
-
- version >NIL: explode.library 6 0
- if warn
- execute :S/move :libs/explode.library libs:
- endif
-
- version >NIL: powerpacker.library 35 344
- if warn
- execute :S/move :libs/powerpacker.library libs:
- endif
-
- version >NIL: req.library 2 7
- if warn
- execute :S/move :libs/req.library libs:
- endif
-
- version >NIL: reqtools.library 38 810
- if warn
- execute :S/move :libs/reqtools.library libs:
- endif
-
- version >NIL: iffparse.library 37 1
- if warn
- execute :S/move :libs/iffparse.library libs:
- endif
-
- cd AmiPac:
- join ram:WorkDir AmiSource:s/AmiPac_UK.HD as AmiPac:AmiPac_UK
- if exists AmiPac_>>>_HD.info
- delete AmiPac_>>>_HD#? quiet
- endif
- cd /
- if exists AmiPac_>>>_HD.info
- delete AmiPac_>>>_HD#? quiet
- endif
- echo ""
- echo "All done."
- echo ""
- wait 15
-